Recent Questions

ساخت وبلاگ
When upgrading from an Intel mac to an Apple Silicone I noticed docker fails to run. I'm using Laravel Sail when Sail is installed or when a sail up command is attempted I get an error:  docker: 'compose' is not a docker command The reason for this is a docker-compose is now a plugin. Docker needs docker-compose to be installed. Use brew to install docker-compose brew install docker-compose Once installed sail will function normally without any extra setup. Recent Questions...
ما را در سایت Recent Questions دنبال می کنید

برچسب : نویسنده : استخدام کار superuser بازدید : 209 تاريخ : شنبه 19 آذر 1401 ساعت: 20:58

I wanted to create a table of contents from the post's heading tags automatically without having to change the headings like adding an id or anchor. I started to look at existing solutions and came across this custom function on Stackoverflow by sjaak-wish function generateIndex($html) { preg_match_all('/<h([1-6])*[^>]*>(.*?)</h[1-6]>/',$html,$matches); $index = "<ul>"; $prev = 2; foreach ($matches[0] as $i => $match){ $curr = $matches[1][$i]; $text = strip_tags($matches[2][$i]); $slug = strtolower(str_replace("--","-",preg_replace('/[^da-z]/i', '-', $text))); $anchor = '<a name="'.$slug.'">'.$text.'</a>'; $html = str_replace($text,$anchor,$html); $prev <= $curr ?: $index .= str_repeat('</ul>',($prev - $curr)); $prev >= $curr ?: $index .= "<ul>"; $index .= '<li><a href="#'.$slug.'">'.$text.'</a></li>'; $prev = $curr; } $index .= "</ul>"; retu ["html" => $html, "index" => $index]; } This will generate a list of links based on the headings. To use the function call it and pass in your content, then specify the array key to use. html for the body and index for the table of contents. Table of contents: toc($post->content)['index'] Content: toc($post->content)['html'] Recent Questions...
ما را در سایت Recent Questions دنبال می کنید

برچسب : نویسنده : استخدام کار superuser بازدید : 186 تاريخ : شنبه 19 آذر 1401 ساعت: 20:58

As a website owner or content creator, you know how important it is to write great titles. Not only do titles need to be reader-friendly so that people will actually want to click on them, but they also need to be search engine friendly in order to ensure good click-through rates and rankings. So how do you strike the perfect balance? By following some best practices for writing SEO-friendly titles, of course! Keep reading to lea more. One of the most important things you can do when writing an SEO-friendly title is to include focus keywords. Focus keywords are the words or phrases that best describe your page's content and are most likely to be used by people when searching for something related to your page. However, it's important to use focus keywords sparingly—too many keywords will not only tu off readers but also trigger search engine penalties for keyword stuffing. In addition to including focus keywords, another important factor to consider when writing SEO-friendly titles is length. We're not talking about character count here—although that's important, too—but rather the number of words in your title. A good rule of thumb is to keep your titles between 50 and 60 characters so that they're easy to read and don't get cut off in search engine results pages. Of course, there will be exceptions to this rule, but as a general guideline, it's a good one to follow. Titles are designed to grab readers' attention and entice them to click through to your articl Recent Questions...
ما را در سایت Recent Questions دنبال می کنید

برچسب : نویسنده : استخدام کار superuser بازدید : 140 تاريخ : شنبه 19 آذر 1401 ساعت: 20:58

Microsoft's free web editor is a sophisticated WYSIWYG web editor with many features usually only found in commercial offerings (and no wonder, since it was previously something you had to buy). This tutorial series takes you through the process ofdesigning a fully functional multi-page website with Expression Web.

Recent Questions...
ما را در سایت Recent Questions دنبال می کنید

برچسب : نویسنده : استخدام کار superuser بازدید : 198 تاريخ : شنبه 19 آذر 1401 ساعت: 20:58

This article on whether a domain name registrar is the same thing as a web host answers a question I was asked by a visitor.

Recent Questions...
ما را در سایت Recent Questions دنبال می کنید

برچسب : نویسنده : استخدام کار superuser بازدید : 338 تاريخ : شنبه 19 آذر 1401 ساعت: 20:58

This guide takes you through the steps ofsetting up your own blog. (Note that the article deals specifically with making a blog. If you want some other type of site, you should readHow to Create a Websiteinstead.)

Recent Questions...
ما را در سایت Recent Questions دنبال می کنید

برچسب : نویسنده : استخدام کار superuser بازدید : 160 تاريخ : شنبه 19 آذر 1401 ساعت: 20:58

The entire BlueGriffon Tutorialhas been updated for the version 3 series of BlueGriffon. Those thinking of using it tocreate a website can find the complete series online.

Recent Questions...
ما را در سایت Recent Questions دنبال می کنید

برچسب : نویسنده : استخدام کار superuser بازدید : 208 تاريخ : شنبه 19 آذر 1401 ساعت: 20:58

What if someone else owns the domain on which your website sits? For example, as it was in the case of one of my visitors, someone may have bought the domain for you, and retained ownership of it. Or perhaps your website is on a free web host, or a blog host, and you are using the web address given to you by them.This article deals with how you can solve that problem (or potential problem).

Recent Questions...
ما را در سایت Recent Questions دنبال می کنید

برچسب : نویسنده : استخدام کار superuser بازدید : 122 تاريخ : شنبه 19 آذر 1401 ساعت: 20:58

For the sake of completeness (and also because a visitor requested it), theLayout Wizard has been updated to support one column websites as well. As a result, it can now create one, two and three column websites (depending on which you prefer). The generated web page is mobile-friendly and completely customizable. There are no advertisements, and nothing you enter into the Wizard is recorded anywhere. And it's free.

Recent Questions...
ما را در سایت Recent Questions دنبال می کنید

برچسب : نویسنده : استخدام کار superuser بازدید : 121 تاريخ : شنبه 19 آذر 1401 ساعت: 20:58

If you are thinking of designing a website, whether a business or hobby site, read How to Create a Website. The article has been updated with the latest developments on the Inteet.

Recent Questions...
ما را در سایت Recent Questions دنبال می کنید

برچسب : نویسنده : استخدام کار superuser بازدید : 115 تاريخ : شنبه 19 آذر 1401 ساعت: 20:58

This article shows youhow to insert a bullet point list (where each item on the list is marked with a solid black circle rather than numbered) into a web page using the BlueGriffon web editor.

Recent Questions...
ما را در سایت Recent Questions دنبال می کنید

برچسب : نویسنده : استخدام کار superuser بازدید : 115 تاريخ : شنبه 19 آذر 1401 ساعت: 20:58

This article deals with how to use the BlueGriffon web editor todraw lines around text and/or images on a web page, so as to put them into a box, setting them apart from their surrounding content.

Recent Questions...
ما را در سایت Recent Questions دنبال می کنید

برچسب : نویسنده : استخدام کار superuser بازدید : 122 تاريخ : شنبه 19 آذر 1401 ساعت: 20:58

BlueGriffon has built-in facilities for you toinsert an audio clip or music file into your web page. This article shows you how to use it.

Recent Questions...
ما را در سایت Recent Questions دنبال می کنید

برچسب : نویسنده : استخدام کار superuser بازدید : 98 تاريخ : شنبه 19 آذر 1401 ساعت: 20:58

Sometimes you may want to keep a group of words on a web page together on a single line, rather than allowing the web browser to break them up and place them on separate lines if there's no space. This article shows you the HTML and CSS to accomplish this.

Recent Questions...
ما را در سایت Recent Questions دنبال می کنید

برچسب : نویسنده : استخدام کار superuser بازدید : 99 تاريخ : شنبه 19 آذر 1401 ساعت: 20:58

I was asked by a visitor why he couldn'tdispense with a registrar and just make up any domain name he wanted. You may be surprised to hear that you can actually do that. But it won't do you any good.

Recent Questions...
ما را در سایت Recent Questions دنبال می کنید

برچسب : نویسنده : استخدام کار superuser بازدید : 98 تاريخ : شنبه 19 آذر 1401 ساعت: 20:58

There may be times you need to change the default colour of a link on your web page, for example, because the background colour clashes with it or renders it nearly invisible. This article shows you how to do it using the free BlueGriffon web editor.

Recent Questions...
ما را در سایت Recent Questions دنبال می کنید

برچسب : نویسنده : استخدام کار superuser بازدید : 106 تاريخ : شنبه 19 آذر 1401 ساعت: 20:58

This article deals withhow to change the colour of the links on a web page using the free Microsoft Expression Web editor. It also addresses how you can change the colour of a link that has been clicked, as well as its colour when a mouse pointer is hovering over it.

Recent Questions...
ما را در سایت Recent Questions دنبال می کنید

برچسب : نویسنده : استخدام کار superuser بازدید : 122 تاريخ : شنبه 19 آذر 1401 ساعت: 20:58

The article on how to add a CAPTCHA to your contact form has been updated to include information on how you can use the newest CAPTCHA option (the one that potentially pays you for using them) of theFeedback Form Wizard.

Recent Questions...
ما را در سایت Recent Questions دنبال می کنید

برچسب : نویسنده : استخدام کار superuser بازدید : 104 تاريخ : شنبه 19 آذر 1401 ساعت: 20:58

The Feedback Form Wizardhas been updated to include an additional CAPTCHA option. This one is not only free, it apparently even pays you when your visitors solve the CAPTCHA challenges. For those wondering, CAPTCHAs are those "I am not a robot" or "I am human" checkboxes on forms, used to make sure that a human is at the helm, and not some spam robot.

Recent Questions...
ما را در سایت Recent Questions دنبال می کنید

برچسب : نویسنده : استخدام کار superuser بازدید : 117 تاريخ : شنبه 19 آذر 1401 ساعت: 20:58

This article answers a question from a visitor onhow to display a sentence so that small (lowercase) letters are shown in capital letters, but have a height shorter than the actual capital (uppercase) letters.

Recent Questions...
ما را در سایت Recent Questions دنبال می کنید

برچسب : نویسنده : استخدام کار superuser بازدید : 138 تاريخ : شنبه 19 آذر 1401 ساعت: 20:58